users / [USER]

CLI REST-API

group

group
This is a read-write object and valid values are:




See also:
/users/[USER]
/users/[USER]/description
/users/[USER]/home-directory
/users/[USER]/password-encrypted
/users/[USER]/password-type
/users/[USER]/login-shell

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/users/bob


Example using curl:
curl /api/users/bob


Method: PATCH
URL: /api/users/bob
Body:
{
  "group": "super"
}

Example using curl:
curl -X PATCH /api/users/bob -d
{
  "group": "super"
}